Welcome to the Geo SCADA Expert Guide to Server Automation
Welcome to the Geo SCADA Expert Guide to Server Automation. Server Automation is a programming interface intended to allow external programs to interface to Geo SCADA Expert . You can use the interface from a number of different programming languages to:
- Programmatically create new objects, modify existing objects, or even delete objects in a Geo SCADA Expert database. This might be used to create a custom import tool, or create content in the Geo SCADA Expert database based on a set of rules.
- Programmatically query the objects in a Geo SCADA Expert database. This might be useful in creating custom reports or an export tool.
Server Automation uses the Common Object Model (COM) to export ActiveX Objects to external scripting or programming languages.
Intended Audience
This guide is intended for use by engineers that have programming experience and who are responsible for the configuration of Server Automation in Geo SCADA Expert.
This guide contains technical information that is intended for users that are sufficiently familiar with Geo SCADA Expert configuration and operation. Before reading this driver guide, ensure that you are familiar with:
- Geo SCADA Expert configuration practices, procedures, and the configuration of properties that are common to many database items. For more information, see the Geo SCADA Expert Guide to Core Configuration, and the Geo SCADA Expert Guide to Core Point Configuration.
- Driver structure, components, and configuration properties, pick actions, and status attributes that are common to many drivers. For more information, see the Geo SCADA Expert Guide to Drivers.